home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 049a / xlax_253.zip / PCP.DOC < prev    next >
Text File  |  1988-04-18  |  3KB  |  127 lines

  1.  
  2.  
  3.      PCP                                                             Page 1
  4.  
  5.                                 PCP Version 1.0
  6.                                PCP Pursuit Router
  7.                                  Copyright 1988
  8.                                  By Scott Samet
  9.                           Friends of Dorothy 1:135/990
  10.  
  11.  
  12.      This program uses a data file, created by XlaxNode's PCPLIST switch,
  13.      to look up telephone numbers and return the PCP routing.
  14.  
  15.      PCPEXCH.DAT must be located in the current directory or in a directory
  16.      on the DOS Path.
  17.  
  18.      The program has two modes of operation.  Command line operation is
  19.      suitable for manually checking a number.  File operation is designed
  20.      to route an entire file of phone numbers.
  21.  
  22.                              COMMAND LINE OPERATION
  23.  
  24.      Syntax:
  25.  
  26.           PCP {nnn-nnn}...
  27.  
  28.           Where nnn-nnn is an area code and exchange.  As many nnn-nnn
  29.           codes may be entered as will fit on the command line.
  30.  
  31.      Output:
  32.  
  33.           The PCP Pursuit node needed to dial the specified number, plus
  34.           any special prefix needed.  The maximum baud rate for that city
  35.           is also given.
  36.  
  37.      Example:
  38.  
  39.           C>PCP 415-994 718-591 305-222
  40.  
  41.           PCP Version 0.1 Copyright 1988 by Scott Samet (1:135/990)
  42.  
  43.           415-994 Routes via D/CASFA at 1200 baud
  44.           718-591 Routes via D/NYNYO 1718 at 1200 baud
  45.           305-222 Does not route
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.      PCP                                                             Page 1
  65.  
  66.      PCP                                                             Page 2
  67.  
  68.                              FILE DRIVEN OPERATION
  69.  
  70.      Syntax:
  71.           PCP @
  72.  
  73.           Where the "@" signifies that input is to be read from StdIn and
  74.           output written to StdOut.
  75.  
  76.      Input:
  77.           The input file consists of telephone numbers, followed by a
  78.           space.  Any text following the space will be considered a comment
  79.           and copied to the output file unchanged.
  80.  
  81.      Output:
  82.           Each line in the input file will generate one output line.  Each
  83.           line will consist of the PCP Node used to place the call, a
  84.           space, the number to be dialed, a space, and the comments from
  85.           the input line.  If a number cannot be routed via PC Pursuit, the
  86.           Node field will contain asterisks, and the number field will
  87.           contain the original number.
  88.  
  89.      Example:
  90.           PCP @ <test.in >test.out
  91.  
  92.           Where test.in contains:
  93.  
  94.                305-596-8611 Metro Fire
  95.                718-591-0000 Brooklyn Gateway
  96.                305-296-6666 Key West Fix-Six Taxi Company
  97.  
  98.           Test.out will contain:
  99.  
  100.                D/FLMIA/12 596-8611 Metro Fire
  101.                D/NYNYO/24 1718-591-0000 Brooklyn Gateway
  102.                ********** 305-296-6666 Key West Five-Six Taxi Company
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.      PCP                                                             Page 2